From 9eff5d7f9563cb1d1753d60d29ee8f3400c7c6be Mon Sep 17 00:00:00 2001 From: Matt Brubeck Date: Wed, 25 Feb 2015 09:09:11 -0800 Subject: [PATCH] Add "Cargo" to doc titles --- src/doc/build-script.md | 2 +- src/doc/config.md | 2 +- src/doc/faq.md | 2 +- src/doc/guide.md | 2 +- src/doc/manifest.md | 2 +- src/doc/pkgid-spec.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/doc/build-script.md b/src/doc/build-script.md index 3df1ddd34..6d97f578c 100644 --- a/src/doc/build-script.md +++ b/src/doc/build-script.md @@ -1,4 +1,4 @@ -% Build Script Support +% Build Script Support - Cargo Documentation Some packages need to compile third-party non-Rust code, for example C libraries. Other packages need to link to C libraries which can either be diff --git a/src/doc/config.md b/src/doc/config.md index 56913d878..d575d7078 100644 --- a/src/doc/config.md +++ b/src/doc/config.md @@ -1,4 +1,4 @@ -% Configuration +% Configuration - Cargo Documentation This document will explain how cargo's configuration system works, as well as available keys or configuration. For configuration of a project through its diff --git a/src/doc/faq.md b/src/doc/faq.md index 9d4ee66e5..f2f68fc06 100644 --- a/src/doc/faq.md +++ b/src/doc/faq.md @@ -1,4 +1,4 @@ -% Frequently Asked Questions +% Frequently Asked Questions - Cargo Documentation # Is the plan to use Github as a package repository? diff --git a/src/doc/guide.md b/src/doc/guide.md index 68677e5f0..3459fb7e9 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -1,4 +1,4 @@ -% Guide +% Cargo Guide Welcome to the Cargo guide. This guide will give you all that you need to know about how to use Cargo to develop Rust projects. diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 1e0197a07..abb02f4d2 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -1,4 +1,4 @@ -% The Manifest Format +% The Manifest Format - Cargo Documentation # The `[package]` Section diff --git a/src/doc/pkgid-spec.md b/src/doc/pkgid-spec.md index 2dc686aff..30b736d69 100644 --- a/src/doc/pkgid-spec.md +++ b/src/doc/pkgid-spec.md @@ -1,4 +1,4 @@ -% Package ID Specifications +% Package ID Specifications - Cargo Documentation # Package ID Specifications -- 2.30.2